home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 11 / CU Amiga Magazine's Super CD-ROM 11 (1997)(EMAP Images)(GB)(Track 1 of 3)[!][issue 1997-06].iso / cucd / programming / amoslist / amoslist.mar / 000120_amos-request@svcs1.digex.net_Tue Mar 18 09:23:38 1997.msg < prev    next >
Text File  |  1997-04-01  |  5KB  |  140 lines

  1. Received: from svcs1.digex.net (svcs1.digex.net [204.91.197.224])
  2.     by mail2.access.digex.net (8.8.5/8.8.5) with ESMTP id JAA24466
  3.     for <mcox@access.digex.net>; Tue, 18 Mar 1997 09:23:36 -0500 (EST)
  4. Received: (from daemon@localhost)
  5.     by svcs1.digex.net (8.8.5/8.8.5) id GAA03576
  6.     for amos-out; Tue, 18 Mar 1997 06:46:59 -0500 (EST)
  7. Received: from access1.digex.net (qlUkZ3NHpJvic@access1.digex.net [205.197.245.192])
  8.     by svcs1.digex.net (8.8.5/8.8.5) with ESMTP id GAA03573
  9.     for <amos-list@svcs1.digex.net>; Tue, 18 Mar 1997 06:46:58 -0500 (EST)
  10. Received: from localhost (mcox@localhost)
  11.           by access1.digex.net (8.8.4/8.8.4) with SMTP
  12.       id GAA26494 for <amos-list@access.digex.net>; Tue, 18 Mar 1997 06:46:56 -0500 (EST)
  13. Date: Tue, 18 Mar 1997 06:46:56 -0500 (EST)
  14. From: AoD <mcox@access.digex.net>
  15. To: AMOS Mailing List <amos-list@access.digex.net>
  16. Subject: dignet.library 2.2 (fwd)
  17. Message-ID: <Pine.SUN.3.96.970318064527.25263A-100000@access1.digex.net>
  18. MIME-Version: 1.0
  19. Content-Type: TEXT/PLAIN; charset=US-ASCII
  20. Status: RO
  21. X-Status: 
  22.  
  23. Some people have asked about how to do games over the modem.  Here is a
  24. library that can maybe be used with AMOS Pro?  I am not sure but I thought
  25. I would pass it on if someone wants to take a look at it.
  26.  
  27. Michael
  28. --
  29. Michael Cox                                Work: michaelc@gsg.eds.com 
  30. A1200/465/CD + 1230XA 50/50/4 = SPEED!     Play: mcox@access.digex.net
  31.              For info on the AMOS Mailing List, contact me!
  32.        AMOS WWW: http://www.dragonfire.net/~amos/
  33.  
  34. ---------- Forwarded message ----------
  35. Date: 14 Mar 1997 20:05:09 GMT
  36. From: Kenneth Nilsen <kenny@bgnett.no>
  37. Newsgroups: comp.sys.amiga.announce
  38. Subject: dignet.library 2.2
  39. Followup-To: comp.sys.amiga.programmer
  40.  
  41.  
  42. TITLE
  43.  
  44.    dignet.library
  45.  
  46. VERSION
  47.  
  48.    2.2
  49.  
  50. AUTHOR
  51.  
  52.    Kenneth "Kenny" Nilsen
  53.  
  54.    EMail: kenny@bgnett.no
  55.    WWW:   http://www.bgnett.no/~kenny/
  56.  
  57. DESCRIPTION
  58.  
  59.    This is a library that will make serial network handling easy. It
  60.    contains a set of functions that will do most of the "dirty" work
  61.    for you. All you need to do is to allocate a net and then read and
  62.    write to/from that net. Net here is a device, for example
  63.    serial.device or a compatible device (such as duart.device).
  64.  
  65.    You can with help from this library connect games and programs via
  66.    nullmodem cable or modem in a relative comfortable way.
  67.  
  68.    The library have integrated resource tracking. The resource
  69.    tracking allow you to free memory, ports, device that is used by a
  70.    program that crashes or terminates without a cleanup. The resource
  71.    tracking also prevents that you free a invalid pointer to a net.
  72.  
  73.    Archive includes developer information and a demo terminal program
  74.    that uses the dignet.library.
  75.  
  76.    Some of the important features of this library:
  77.  
  78.    - resource tracking (from v2.1).
  79.    - should be painless to use, straight forward.
  80.    - string/text/binary support (all-in-one)
  81.    - possibility for more advanced uses (eg. with Wait())
  82.    - fully re-entrant (more connections open at the same time)
  83.    - comes with a default setting that works for most needs
  84.    - easy to change default parameters
  85.    - fast routines (written in assembler).
  86.    - safe to call functions even with faulty arguments
  87.      (such as read/write null byte).
  88.  
  89.    Read the autodoc for more information.
  90.  
  91. SPECIAL REQUIREMENTS
  92.  
  93.    Required:
  94.       OS2.04 or better
  95.  
  96. AVAILABILITY
  97.  
  98.    Aminet
  99.      ftp://ftp.doc.ic.ac.uk/aminet/util/libs/DigNet_2.1.lha
  100.  
  101.    User files
  102.      http://www.bgnett.no/~kenny/ (soon)
  103.  
  104.    Source code
  105.      Includes source code for a terminal program that uses
  106.      dignet.library. Source code of DignetTERM is public domain.
  107.  
  108. PRICE
  109.  
  110.    Free
  111.  
  112. DISTRIBUTABILITY
  113.  
  114.    Distributed as freeware.
  115.  
  116.    Special notes:
  117.  
  118.    Freeware authors: The library file can be distributed as a
  119.    standalone file in your own archive as long as you include a
  120.    credit (read autodoc). If credit is unsuitable you can
  121.    distribute the whole archive as it came from AmiNet in your own
  122.    archive.
  123.  
  124.    Shareware/Commercial authors can also include the file as a
  125.    standalone file, but they should under any circumstances include a
  126.    visable credit in their programs. If the library do more than 20%
  127.    of the functionallity in the program the library is not allowed to
  128.    be used without a license agreement. Shareware/commercial authors
  129.    can buy them self free from the credit requirement in their
  130.    programs. Take contact for more information.
  131.  
  132.    dignet.library is Copyright (c)1997 by Kenneth "Kenny" Nilsen/
  133.    Digital Surface.
  134.  
  135.  
  136. -- 
  137. Read all the administrative text before sending your announcement.
  138. Mailing List: announce-request@cs.ucdavis.edu  Moderator: casper@innocent.com
  139. http://seclab.cs.ucdavis.edu/~zerkle/announce  Posts: announce@cs.ucdavis.edu
  140.